home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 2.2 KB | 69 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Locus
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = AppIcon.tiff
- DOCICONS = FolderIcon.tiff
-
- GLOBAL_RESOURCES = Folder.nib Info.nib Inspector.nib Main.nib \
- Preferences.nib AcceptIcon.tiff Activator.tiff \
- ActiveIcon.tiff dots.tiff FolderIcon.tiff \
- InactiveIcon.tiff multiple.tiff
-
- CLASSES = Activator.m ActivatorBar.m ActivatorBarView.m AppIconView.m \
- AtomList.m CustomApp.m DynamicItems.m DynamicItemSpec.m \
- ErrorReporting.m Folder.m FolderController.m FolderInsPane.m \
- FolderViewer.m Group.m GroupBrowser.m GroupBrowserMatrix.m \
- GroupInsPane.m InfoPanel.m Inspector.m InspectorPane.m \
- ItemCell.m ItemInsPane.m ItemList.m MainController.m \
- Preferences.m SelectionInsPane.m SendAction.m SwapView.m \
- VersionInfo.m WidePopupController.m
-
- HFILES = Activator.h ActivatorBar.h ActivatorBarView.h AppIconView.h \
- AtomList.h CustomApp.h DynamicItems.h DynamicItemSpec.h \
- ErrorReporting.h Folder.h FolderController.h FolderInsPane.h \
- FolderViewer.h Globals.h Group.h GroupBrowser.h \
- GroupBrowserMatrix.h GroupInsPane.h InfoPanel.h Inspector.h \
- InspectorPane.h ItemCell.h ItemInsPane.h ItemList.h \
- MainController.h Preferences.h PSLine.h PSSetTier.h \
- SelectionInsPane.h SendAction.h SwapView.h VersionInfo.h \
- WidePopupController.h
-
- MFILES = Globals.m Locus_main.m
-
- PSWFILES = PSWraps.psw
-
- OTHERSRCS = Makefile Makefile.postamble Makefile.preamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app AppIcon.tiff \
- -sectcreate __ICON FolderIcon FolderIcon.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-